home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Programy pocztowe / Poptry 3.20 / PopTray320.exe / PopTray.exe / 0 / RCDATA / TFRAMEADVANCEDMISC / TFRAMEADVANCEDMISC.txt
Text File  |  2006-09-16  |  3KB  |  122 lines

  1. object frameAdvancedMisc: TframeAdvancedMisc
  2.   Left = 0
  3.   Top = 0
  4.   Width = 394
  5.   Height = 158
  6.   TabOrder = 0
  7.   object lblAnd: TLabel
  8.     Left = 224
  9.     Top = 96
  10.     Width = 18
  11.     Height = 13
  12.     Alignment = taCenter
  13.     Caption = 'and'
  14.   end
  15.   object chkLogRules: TCheckBox
  16.     Left = 4
  17.     Top = 40
  18.     Width = 221
  19.     Height = 17
  20.     Hint = 
  21.       'Write all rules actions to a log file.'#13#10'Filename: RULES.LOG in t' +
  22.       'he same directory as PopTray.'
  23.     Caption = 'Log &Rules'
  24.     TabOrder = 2
  25.     OnClick = OptionsChange
  26.     OnMouseDown = HelpMouseDown
  27.   end
  28.   object chkUseMAPI: TCheckBox
  29.     Left = 4
  30.     Top = 4
  31.     Width = 221
  32.     Height = 17
  33.     Hint = 
  34.       'Use the Simple MAPI interface of you e-mail client,'#13#10'instead of ' +
  35.       'using a "mailto:" link for replies and new messages.'
  36.     Caption = '&MAPI instead of mailto:'
  37.     TabOrder = 0
  38.     OnClick = OptionsChange
  39.     OnMouseDown = HelpMouseDown
  40.   end
  41.   object chkSafeDelete: TCheckBox
  42.     Left = 4
  43.     Top = 22
  44.     Width = 221
  45.     Height = 17
  46.     Hint = 
  47.       'Use the POP3 UIDL command to check that message is still the sam' +
  48.       'e'#13#10'before deleting it.'
  49.     Caption = '&Safe Delete (using UIDL)'
  50.     Checked = True
  51.     State = cbChecked
  52.     TabOrder = 1
  53.     OnClick = OptionsChange
  54.     OnMouseDown = HelpMouseDown
  55.   end
  56.   object chkRememberViewed: TCheckBox
  57.     Left = 4
  58.     Top = 58
  59.     Width = 221
  60.     Height = 17
  61.     Hint = 
  62.       'Remember which messages on the server has already been viewed'#13#10'e' +
  63.       'ven after closing PopTray.'
  64.     Caption = 'Remember &Viewed Messages'
  65.     TabOrder = 3
  66.     OnClick = OptionsChange
  67.     OnMouseDown = HelpMouseDown
  68.   end
  69.   object chkBlackListSpam: TCheckBox
  70.     Left = 4
  71.     Top = 76
  72.     Width = 221
  73.     Height = 17
  74.     Hint = 
  75.       'Black List will mark the messages as Spam'#13#10'instead of deleting t' +
  76.       'hem.'
  77.     Caption = '&Black List mark as Spam'
  78.     TabOrder = 4
  79.     OnClick = OptionsChange
  80.     OnMouseDown = HelpMouseDown
  81.   end
  82.   object chkDontCheckTimes: TCheckBox
  83.     Left = 4
  84.     Top = 94
  85.     Width = 153
  86.     Height = 17
  87.     Hint = 
  88.       'Disable AutoChecking between the hours specified.'#13#10'This is usefu' +
  89.       'l when you do not want noisy notifications'#13#10'during the night.'
  90.     Caption = 'Don'#39't Check between'
  91.     TabOrder = 5
  92.     OnClick = chkDontCheckTimesClick
  93.     OnMouseDown = HelpMouseDown
  94.   end
  95.   object dtStart: TDateTimePicker
  96.     Left = 160
  97.     Top = 92
  98.     Width = 57
  99.     Height = 21
  100.     Date = 37759.833333333340000000
  101.     Format = 'HH:mm'
  102.     Time = 37759.833333333340000000
  103.     Enabled = False
  104.     Kind = dtkTime
  105.     TabOrder = 6
  106.     OnChange = OptionsChange
  107.   end
  108.   object dtEnd: TDateTimePicker
  109.     Left = 252
  110.     Top = 92
  111.     Width = 57
  112.     Height = 21
  113.     Date = 37759.333333333340000000
  114.     Format = 'HH:mm'
  115.     Time = 37759.333333333340000000
  116.     Enabled = False
  117.     Kind = dtkTime
  118.     TabOrder = 7
  119.     OnChange = OptionsChange
  120.   end
  121. end
  122.